home *** CD-ROM | disk | FTP | other *** search
/ Aminet 48 / Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso / Aminet / text / edit / vim60src.lha / Vim / vim60 / src / testdir / test9.in < prev    next >
Encoding:
Text File  |  2001-01-18  |  255 b   |  13 lines

  1. Test for Bufleave autocommand that deletes the buffer we are about to edit.
  2.  
  3. STARTTEST
  4. :so small.vim
  5. :au BufLeave test9.in bwipe yy
  6. :e yy
  7. :/^start of/,$w! test.out      " Write contents of this file
  8. :qa!
  9. ENDTEST
  10.  
  11. start of test file xx
  12. end of test file xx
  13.